home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / hm--html-menus / NEWS < prev    next >
Encoding:
Text File  |  1995-08-26  |  10.0 KB  |  231 lines

  1. 22.08.95:
  2.     Added smart functions for inserting <,> or their html entities.
  3.     Added the function 'hm--html-send-buffer-to-netscape' to support
  4.     netscape.
  5.     Added a menu item to view the WWW page of the package.
  6.     -- BUILDED the version 4.13 of the package --
  7. 18.08.95:
  8.     Fixed the Makefile to include also the file hm--html-keys.el.
  9.     Fixed the 'missing util-return-end-of-line' bug.
  10.     Fixed the read-file-name bug in the Emacs 19.
  11.     Fixed a bug in the changed comment functions.
  12. 29.07.95:
  13.     Fixed some bugs in the table code.
  14.     New, better and more key bindings.
  15.     Added functions to insert ISO 8851-1 characters as html entities.
  16.     Thanks to Berthold Crysmann <crysmann@rrz.uni-hamburg.de> for
  17.     providing the code for it.
  18.     -- BUILDED the version 4.12 of the package --
  19. 12.05.95:
  20.     Changed the color handling functions, so that the font-lock colors
  21.     are now longer overwritten by this mode.
  22.     Added functions to insert the paragraph element with start and
  23.     end tag.
  24.     Applied a patch from Noriaki Seki <kerolyn@rst.fujixerox.co.jp>,
  25.     which fixes a bug in searching the string </head>.
  26.     Fixed a typo in hm--html-load-config-files (Thanks to 
  27.     "Valeriy E. Ushakov" <uwe@snark.niif.spb.su>).
  28.     Added a command to insert a <LINK> element as suggested by
  29.     ssd@tad.eds.com (Sean Dowd).
  30.     Fixed a typo in hm--html-set-point-for-signature.
  31.     Added a new template file: frame.tmpl.
  32.     Changed the name of command-description-template-2.html to
  33.     command-description.tmpl and deleted the file
  34.     command-description-template.html.
  35.     Added the new menu item: "Frame Template" as suggested by
  36.     ssd@tad.eds.com (Sean Dowd).
  37.     Fixed a bug hm--html-remove-numeric-names (Thanks to 
  38.     D-P Deng <deng@owl.rhic.bnl.gov>).
  39.     Added a command to submit bug reports (suggested by 
  40.     D-P Deng <deng@owl.rhic.bnl.gov>).
  41.     Changed `(defconst html-font-lock-keywords' to
  42.     `(defvar html-font-lock-keywords' (suggested by
  43.     rickb@isdn-szerelem.mti.sgi.com (Rick Braumoeller).
  44.     Fixed the table functions.
  45.     -- BUILDED the version 4.11 of the package --
  46. 02.03.95:
  47.     -- BUILDED the version 4.8 of the package --
  48.     Included the changes from the XEmacs 19.12 Beta 26.
  49.     Added Support for the finder package.
  50.     -- BUILDED the version 4.9 of the package --
  51.     Fixed some minor documentation bugs.
  52.     -- BUILDED the version 4.10 of the package --
  53. 30.03.95:
  54.     Changed all calls of `concat', so that no longer numbers are
  55.     given as arguments to concat.
  56.     Removed the file .hm--html-configuration.el from the distribution.
  57.     This does not mean, that the file is no longer supported. The
  58.     file was only an example and the user has to build his own one.
  59.     The example is now given in the README file.
  60.     Fixed a bug in the region minor mode.
  61.     
  62. 14.01.95:
  63.     -- BUILDED the version 4.7 of the package --
  64. 12.01.95:
  65.     Changed the behaviour of the function `hm--html-add-table'.
  66. 06.01.95:
  67.     Added the variable `hm--html-user-config-file', as onother way
  68.     to specify the user config file.
  69.     -- BUILDED the version 4.6 of the package --
  70. 04.01.95:
  71.     Added functions to insert tables.
  72.     -- BUILDED the version 4.5 of the package --
  73. 03.01.95:
  74.     Faces are only modified, if they don't exist (I hope :-).
  75.     html-view.el works now with Mosaic 2.4.
  76.     `hm--html-add-full-html-frame' now tries only to insert a signature,
  77.     if `hm--html-signature-file' is non-nil.
  78.     Added the functions:
  79.     `hm--html-add-strikethru' and `hm--html-add-strikethru-to-region',
  80.     `hm--html-add-superscript' and `hm--html-add-superscript-to-region',
  81.     `hm--html-add-subscript' and `hm--html-add-subscript-to-region',
  82.     `hm--html-add-command' and `hm--html-add-command-to-region',
  83.     `hm--html-add-argument' and `hm--html-add-argument-to-region',
  84.     `hm--html-add-quote' and `hm--html-add-quote-to-region',
  85.     `hm--html-add-person' and `hm--html-add-person-to-region',
  86.     `hm--html-add-acronym' and `hm--html-add-acronym-to-region',
  87.     `hm--html-add-abbrevation' and `hm--html-add-abbrevation-to-region',
  88.     `hm--html-add-literature' and `hm--html-add-literature-to-region',
  89.     `hm--html-add-abstract' and `hm--html-add-abstract-to-region',
  90.     `hm--html-add-footnote' and `hm--html-add-footnote-to-region',
  91.     `hm--html-add-margin' and `hm--html-add-margin-to-region',
  92.     `hm--html-add-author' and `hm--html-add-author-to-region',
  93.     `hm--html-add-publication' and `hm--html-add-publication-to-region',
  94.     `hm--html-add-editor' and `hm--html-add-editor-to-region',
  95.     `hm--html-add-credits' and `hm--html-add-credits-to-region',
  96.     `hm--html-add-copyright' and `hm--html-add-copyright-to-region',
  97.     `hm--html-add-isbn' and `hm--html-add-isbn-to-region',
  98.     `hm--html-form-add-input-integer',
  99.     `hm--html-form-add-input-float',
  100.     `hm--html-form-add-input-date',
  101.     `hm--html-form-add-input-url',
  102.     `hm--html-form-add-input-scribble',
  103.     `hm--html-form-add-input-audio'.
  104. 15.03.94:
  105.     -- ANNOUNCEMENT of version 4.0 of the package --
  106.     Added the missing file hm--date.el to the package.
  107.     Changed the line ` (let ((config-file (format "/tmp/xmosaic.%d"'
  108.     to `(let ((config-file (format "/tmp/Mosaic.%d"' in the file
  109.     html-mode.el for the new Mosaic.
  110. 03.03.94:
  111.     Deleted the wrong "external viewer stuff" for the include images.
  112. 17.02.94:
  113.     Fixed a bug in the function `hm--html-insert-changed-comment'.
  114.     -- ANNOUNCEMENT of version 3.9 of the package --
  115. 14.02.94:
  116.     Changed the function adapt-emacsp to adapt-emacs19p.
  117.     -- ANNOUNCEMENT of version 3.8 of the package --
  118. 13.02.94:
  119.     One can now set the font lock color also in the GNU Emacs 19.
  120.     Deleted the highlighting stuff.
  121. 01.02.94:
  122.     Fixed a lot of spelling errors by jml.
  123. 18.01.94:
  124.     -- ANNOUNCEMENT of version 3.7 of the package --
  125. 11.01.94:
  126.     Fixed a bug in html-view.el.
  127. 10.01.94:
  128.     Fixed a bug in the function read-number.
  129.     The automatic switch between region and noregion commands is now
  130.     working also in the GNU Emacs 19.
  131.     Fixed a bug in the region popup menu fo novice users.
  132.     The font-lock-mode (except of the use of colors) is now working in
  133.         then GNU Emacs 19.
  134.     -- ANNOUNCEMENT of version 3.6 of the package --
  135. 09.01.94:
  136.     Added the highlighting feature of the examples for the GNU Emacs 19.
  137. 07.01.94:
  138.     The pulldown menu and the popup menus are now working in the 
  139.     GNU Emacs 19.
  140.     -- ANNOUNCEMENT of version 3.5 of the package --
  141. 29.12.93:
  142.     Added a function to insert the image input field.
  143.     Added a function to insert the form tags to an active region.
  144.     Changed the function hm--html-select-directory.
  145.     Added a function to remove numeric names.
  146.     The variable hm--html-delete-wrong-path-prefix can now be used as 
  147.     string and as list of strings. Therfore it is now possible to
  148.     specify more than one path prefixes, which should be removed.
  149.     Changed the pulldown menu.
  150.     The package can now be loaded in the GNU Emacs 19. But the menus
  151.     doesn't work correct and the functions are not tested.
  152. 28.12.93:
  153.     Added a function to expand templates (Look at templates.el).
  154.     Whitespaces are now allowed between the closing bracket of the date
  155.     and the tag </TITLE>, if you want to update the date of the document.
  156.     Fixed the wrong use of the html command <inc srvurl "|command">.
  157.     Fixed a little Bug in the function, which includes the tags for a form.
  158.     The config files are now searched on standard places, if no environment
  159.     variables are specified.
  160.     Changed the file html-view.el for the use of the Mosaic-2.1. It uses 
  161.     now also the variable html-sigusr1-signal-value instead of a hard coded
  162.     value for the SIGUSR1 value.
  163.     Added a function to insert the isindex input field in a form tag.
  164. 15.12.93:
  165.     -- ANNOUNCEMENT of version 3.0 of the package --
  166.  
  167. 11.12.93:
  168.     New functions, to insert the tags <BR>, <HR> and <P> (<P> without a 
  169.     leading Blank).
  170.     Fixed a Bug in the function hm--html-add-description-list-to-region
  171.     (<DT> instead of </DT>).
  172.     Added the function hm--html-add-normal-link-to-region to fix the 
  173.     problem with inactivating the region during the link generation.
  174.     Added functions to insert direct links to wais server 
  175.     (HREF="wais://...).
  176.     Changed the wrong functionnamess html-add-definion-to-region and 
  177.     html-add-definion in the menus to hm--html-add-definion-to-region 
  178.     and hm--html-add-definion (the old symbols were void).
  179.     Added function to insert middle aligned inline images.
  180.     Added the 'ALT'- attribute to the 'add-image'- functions.
  181.     Changed the submenu "Inligned images".
  182.     Added support for the server side include directives.
  183.     Added functions to insert "created" and "changed" comments.
  184.     Added function to update the date in the title.
  185.     Added support for forms.
  186. 27.10.93:
  187.     Setting of hm--html-font-lock-color in one of the files
  188.     .hm--html-configuration.el or hm--html-configuration.el to determine
  189.     the color of the html-tags works now correct.
  190. 24.10.93: 
  191.     -- ANNOUNCEMENT of version 2.0 of the package --
  192.     The file hm--date.el is now also in this package.
  193.     Deleted the numeric anchor name stuff altogether. Therefore the
  194.         package can now use the version 2.1 of Marc Andreessens html-mode.el
  195.     instead of the version 2.0.
  196.     Added some keytable entrys.
  197.     Added the minor mode html-region-mode, which is active, if a region
  198.     is active. The minor-mode has its own keytable. That is why it is now
  199.     possible to use the same key sequences with different two functions,
  200.     one for adding something to an active region and one for adding some-
  201.     thing without a region.
  202.     All keys, without the keys which are defined by Marc Andreessen in
  203.     his file html-mode.el, are now defined in the general configuration
  204.     file hm--html-configuration.el.
  205. 25.09.93:
  206.     Fixed the wrong string "adress".
  207.     Added functions and menu items to insert html, head, and body elements
  208.     and to insert a complete html frame with the above elements, the title
  209.     the header and the signature.
  210.     The functions, which adds the header and the title at the same time
  211.     are now only using the header size 1.
  212.     Added functions for inserting underline and definition styles.
  213.     Changed the menu "Formated" according to the HTML quick reference
  214.     from Michael Grobe.
  215.     Changed the menu item name "Fixed" to "Typewriter".
  216.     Added functions to insert directory lists.
  217.     Changed the names of menu items in the submenu "Structure" according
  218.     to the HTML quick reference from Michael Grobe.
  219. 23.09.93:
  220.     Changed the functions to add the signature and the title.
  221.     This functions uses now the new tags <html>, </html>,
  222.     <head>, </body> and <isindex> to places the signature and
  223.     the title in a html-file.
  224.     Fixed also some minor bugs;
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.